|
Cytosim
PI
Cytoskeleton Simulator
|
LineDisp holds the display attributes for a particular Fiber, and accordingly, there is one LineDisp for every Fiber.
A user cannot set these attributes directly. Instead, the values are derived from the relevant FiberDisp automatically, when cytosim prepares the display.
For example end_color will be set depending on the state of the ends of this fiber.
Public Member Functions | |
| LineDisp () | |
| constructor | |
| ~LineDisp () | |
| destructor | |
| void | clear () |
| set to default values | |
Public Attributes | |
| int | visible |
| visibility flag : 0=hidden, 1=opaque (-1 is used in 3D for transparent objects) | |
| gle_color | color |
| color of body | |
| gle_color | end_color [2] |
| colors of PLUS_END and MINUS_END | |
| Vector | explode_shift |
| shift of display in the Y direction | |